body {
  font-family: poppins;
  background: url(background.jpg) center top / cover transparent;
  min-height: 75vh;
  box-shadow: none;
  background-size: cover;
  transition: 0.8s;
}
.navbar {
  width: 1280px;
  display: flex;
  margin-left: 95px;
  margin-right: 140px;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(255, 255, 255);
  padding: 10px 20px;
  border-radius: 18px;
  margin-top: 17px;
  z-index: 99;
  position: fixed;
  backdrop-filter: saturate(200%) blur(300px);
  opacity: 1;
  box-shadow: 0px 1px 6px rgb(186, 186, 186);
}
.navbar .Headerfornav {
  color: rgb(52, 71, 103);
  font-size: 14px;
  font-weight: bold;
}
.options {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.options li {
  position: relative;
}
.options a {
  text-decoration: none;
  color: rgb(52, 71, 103);
  font-size: 14px;
  padding: 10px 20px;
  display: block;
}
.dropdownmenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  list-style: none;
  padding-top: 10px;
  padding-right: 76px;
  padding-bottom: 20px;
  margin: 0;
  width: 100%;
  text-align: center;
  border-radius: 11px;
}
.dropdownmenu li a {
  color: rgb(156, 156, 156);
  white-space: nowrap;
  transition: 0.4s;
}
.dropdownmenu li a:hover {
  background-color: #f3f3f3;
  border-radius: 10px;
  width: auto;
  transition: 0.4s;
}
.dropdown:hover .dropdownmenu {
  display: block;
  width: 240px;
  padding: 18px;
  margin: 0;
}

.dropdownmenus {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  list-style: none;
  padding-top: 10px;
  padding-right: 76px;
  padding-bottom: 20px;
  margin: 0;
  width: auto;
  border-radius: 11px;
}
.dropdownmenus li a {
  color: rgb(156, 156, 156);
  white-space: nowrap;
  transition: 0.4s;
}
.dropdownmenus li a:hover {
  background-color: #f3f3f3;
  border-radius: 10px;
  width: 140px;
  transition: 0.4s;
}
.dropdowns:hover .dropdownmenus {
  display: block;
}
.dds {
  display: flex;
  flex-direction: column;
  width: 120px;
}
.biggerdrop {
  display: flex;
  gap: 130px;
}
.navbutt {
  border: none;
  padding-top: 9px;
  padding-right: 18px;
  padding-left: 18px;
  padding-bottom: 9px;
  border-radius: 9px;
  color: white;
  cursor: pointer;
  background-image: linear-gradient(
    to bottom right,
    rgb(73, 163, 241),
    rgb(26, 115, 232)
  );
  box-shadow: 0px 1px 5px rgb(74, 170, 255);
  font-weight: 550;
}
.navbutt:hover {
  box-shadow: 0px 3px 10px rgb(74, 170, 255);
}
.biggerdrop h5 {
  color: rgb(52, 71, 103);
}

.sublist {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: white;
  list-style: none;
  padding-top: 10px;
  padding-right: 76px;
  padding-bottom: 20px;
  margin: 0;
  width: auto;
  border-radius: 11px;
  text-align: center;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.sublist li a {
  text-decoration: none;
  color: rgb(156, 156, 156);
  white-space: nowrap;
  transition: 0.4s;
  text-align: center;
}
.sublist li a:hover {
  background-color: #f3f3f3;
  border-radius: 10px;
  transition: 0.4s;
}
.subdrop:hover .sublist {
  display: block;
  width: auto;
  padding: 18px;
}

.dropdownmenuu {
  display: none;
  position: absolute;
  top: 100%;
  left: -300px;
  background-color: white;
  list-style: none;
  padding-top: 10px;
  padding-right: 76px;
  padding-bottom: 20px;
  margin: 0;
  width: 100%;
  text-align: center;
  border-radius: 11px;
}
.dropdownmenuu li a {
  color: rgb(156, 156, 156);
  white-space: nowrap;
  transition: 0.4s;
}
.dropdownmenuu li a:hover {
  background-color: #f3f3f3;
  border-radius: 10px;
  width: auto;
  transition: 0.4s;
}
.dropdownn:hover .dropdownmenuu {
  display: block;
  width: 400px;
  padding: 18px;
  margin: 0;
}
.headerbody {
  width: auto;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 360px;
  padding-top: 150px;
  margin-right: 360px;
}
.headerbody h1 {
  color: white;
  text-align: center;
  font-size: 3rem;
  margin-top: 60px;
}
.headerbody p {
  color: rgb(255, 255, 255);
  width: 700px;
  text-align: center;
  font-size: 1.15rem;
  margin-top: -40px;
  line-height: 1.625;
}
.headerbody button {
  border: none;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: bold;
  color: rgb(74, 74, 74);
  cursor: pointer;
}
.headerbody button:hover {
  color: rgb(48, 48, 48);
}
.headerbody a {
  color: rgb(74, 74, 74);
}
.headerbody a:hover {
  color: rgb(48, 48, 48);
}
.mainbody {
  background-color: rgb(239, 239, 239);
  padding-left: 30px;
  padding-right: 30px;
  height: auto;
  left: 0;
  right: 0;
  position: absolute;
}
.mbodyback {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 50px;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  flex-direction: column;

  margin-top: -80px;
  box-shadow: 0px 1px 6px rgb(186, 186, 186);
}
.fsection {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.counting {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.stats {
  display: flex;
  justify-content: space-around;
  max-width: 1000px;
  text-align: center;
  gap: 100px;
}

.number {
  font-size: 3.2em;
  color: #007bff;
  font-weight: 600;
}
.label {
  font-size: 1.1em;
  color: #333;
  margin-top: 10px;
}
.description {
  font-size: 0.9em;
  color: #666;
  margin-top: -10px;
  font-weight: 300;
}
.documentation {
  display: flex;
  flex-direction: row;
  padding-bottom: 230px;
  align-items: center;
  padding-left: 200px;
}
.card {
  position: absolute;
  width: 360px;
  height: 400px;
  transform-style: preserve-3d;
  transition: 0.4s ease-in;
  transform: rotateY(0deg);
  transition: 0.4s;
  overflow: visible;
  border-radius: 14px;
}
.card:hover {
  transform: rotateY(180deg);
}
.frontcard {
  position: absolute;
  width: 360px;
  height: 400px;
  backface-visibility: hidden;
  background: linear-gradient(
        195deg,
        rgba(73, 163, 241, 0.85),
        rgba(73, 163, 241, 0.85)
      )
      0% 0% / cover,
    url(img1.jpeg) transparent;
  object-fit: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  border-radius: 14px;
}
.backcard {
  position: absolute;
  width: 360px;
  height: 400px;
  backface-visibility: hidden;
  background: linear-gradient(
        195deg,
        rgba(73, 163, 241, 0.85),
        rgba(73, 163, 241, 0.85)
      )
      0% 0% / cover,
    url(img2.jpeg);
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  border-radius: 14px;
}
.navbutts {
  border: none;
  padding-top: 9px;
  padding-right: 18px;
  padding-left: 18px;
  padding-bottom: 9px;
  border-radius: 9px;
  color: rgb(94, 94, 94);
  cursor: pointer;
  background-color: white;
  font-weight: 550;
}
.navbutts:hover {
  box-shadow: 0px 1px 4px rgb(219, 219, 219);
}
.fecdetainsindividual {
  display: flex;
  flex-direction: column;
  padding-right: 230px;
}
.fsecdetails {
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding-left: 450px;
}
.updetails {
  display: flex;
  flex-direction: row;
}
.infinite {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.fixedpart {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
.picturesforfixedpart {
  display: flex;
  flex-direction: column;
}
.boxperpic {
  display: flex;
  flex-direction: column;
}
.imgforf {
  width: 18rem;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0px 3px 10px rgb(167, 167, 167);
  transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.imgforf:hover {
  transform: perspective(999px) rotateX(0deg) translate3d(0px, 0px, 0px);
  scale: 1.03;
  box-shadow: 0px 5px 10px rgb(167, 167, 167);
  transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tet {
  text-decoration: none;
  list-style: none;
  color: rgb(52, 71, 103);
  cursor: pointer;
}
.fixed-text {
  position: sticky;
  top: 0;
  left: 0;
  margin: 20px;
  align-self: flex-start;
  margin-top: -120px;
  padding-top: 90px;
}
.columnpicpart {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.pattersec {
  gap: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(195deg, rgb(66, 66, 74), rgb(25, 25, 25));
  padding-bottom: 100px;
}
.beautiful {
  display: flex;
  flex-direction: row;
  margin-top: -450px;
  justify-content: center;
  text-align: left;
  gap: 100px;
  align-items: center;
}
.complex {
  background: linear-gradient(
        195deg,
        rgba(66, 66, 74, 0.8),
        rgba(25, 25, 25, 0.8)
      )
      center center / cover,
    url(comp.jpg) transparent;
  display: flex;
  flex-direction: column;
  color: white;
  margin-left: 85px;
  margin-right: 100px;
  border-radius: 15px;
  padding-left: 50px;
  padding-top: 30px;
  padding-right: 700px;
  padding-bottom: 50px;
  margin-top: 100px;
}
.complex a {
  list-style: none;
  text-decoration: none;
  color: white;
  font-size: 1rem;
  font-weight: 400;
}
.get {
  display: flex;
  flex-direction: row;
  gap: 38px;
  margin-left: -10px;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.get1 {
  display: flex;
  flex-direction: row;
}
.gets {
  display: flex;
  flex-direction: column;
}
.lastwhite {
  margin-top: -12px;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 120px;
  padding-bottom: 120px;
}
.logosiconP {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.logoscc {
  width: 190px;
  object-fit: cover;
}
.price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: -150px;
}
.pbody {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 4px rgb(218, 218, 218);
}
.thanksu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.navbutttt {
  border: none;
  padding-top: 9px;
  padding-right: 18px;
  padding-left: 18px;
  padding-bottom: 9px;
  border-radius: 9px;
  color: white;
  cursor: pointer;
  background-color: rgb(85, 172, 238);
  font-weight: 550;
  transition: 0.6s;
}
.navbutttt:hover {
  background-color: rgb(33, 100, 152);
  transition: 0.6s;
}
.navbutttts {
  border: none;
  padding-top: 9px;
  padding-right: 18px;
  padding-left: 18px;
  padding-bottom: 9px;
  border-radius: 9px;
  color: white;
  cursor: pointer;
  background-color: rgb(59, 89, 152);
  font-weight: 550;
  transition: 0.6s;
}
.navbutttts:hover {
  background-color: rgb(29, 49, 93);
  transition: 0.6s;
}
.navbuttttss {
  border: none;
  padding-top: 9px;
  padding-right: 18px;
  padding-left: 18px;
  padding-bottom: 9px;
  border-radius: 9px;
  color: white;
  cursor: pointer;
  background-color: rgb(204, 33, 39);
  font-weight: 550;
  transition: 0.6s;
}
.navbuttttss:hover {
  background-color: rgb(112, 13, 16);
  transition: 0.6s;
}
.footer {
  display: flex;
  flex-direction: row;
  gap: 130px;
  justify-content: center;
}
.footerdet {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footerdet a {
  list-style: none;
  text-decoration: none;
}
.inofs {
  font-size: 0.9em;
  color: rgb(52, 71, 103);
  margin-top: -20px;
  font-weight: 400;
}
